SftTree/OCX 7.0

SftTree.hWnd Property

Softel vdm, Inc.

Returns the tree control's window handle.

Syntax       

Get

VB.NET

Handle = object.hWnd  As Integer

VB

Handle = object.hWnd  As OLE_HANDLE

C#.NET

int Handle = object.hWnd;

VC++

OLE_HANDLE Handle = object->hWnd;
OLE_HANDLE Handle = object->GethWnd();

C

HRESULT object->get_hWnd(OLE_HANDLE* Handle);

Delphi

Handle := object.hWnd  : Cardinal;

object

A SftTree object.

Handle

Returns the tree control's window handle.

Comments

The hWnd property returns the tree control's window handle.

The hWnd property should not be used and may cause incompatibilities with future releases of SftTree/OCX.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com